001    /**
002     * Created by IntelliJ IDEA.
003     * User: Wei Wang
004     * Date: Apr 14, 2003
005     * Time: 6:44:13 PM
006     */
007    
008    package EVolve.exceptions;
009    
010    public class CancelLoadDataException extends EVolveException{
011        public CancelLoadDataException() {
012            super();
013        }
014    }